home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-10-16 | 642 b | 31 lines | [TEXT/KAHL] |
- /*
- File: DebugFlags.h
-
- Contains: Debug flags.
-
- Written by: Gary Woodcock
-
- Copyright: © 1992 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- */
-
- //-----------------------------------------------------------------------
-
- #ifndef _DEBUGFLAGS_
- #define _DEBUGFLAGS_
-
- //-----------------------------------------------------------------------
- // flags
-
- // Comment out this flag when building a standalone component
- //#define DEBUG_IT
-
- //-----------------------------------------------------------------------
-
- #endif _DEBUGFLAGS_
-
- //-----------------------------------------------------------------------
-
-